This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: anchor ~Joan Cistoopulakol 28.Jan.04 08:29 AM a Web browser Notes Client 6.0.3All Platforms
I haven't tried this myself from Domino, but I guess it shouldn't be a problem as long as you set the message to be text/html . Then you should be able to insert anchors like in a web page, using <a name="target1">Come here</a>, and then create relative links with the hash (#) notation, like <a href="#target1">go there</a>.
I don't know if this solves yor problem, and actually I didn't try it myself, but I guess it must work.